handle State
open suspend override fun StatesMachine.handleState(state: State): State?
Content copied to clipboard
Calls delegateTo method StatesHandler.handleState with state casted to I. Use checkHandleable to be sure that this StateHandlerHolder will be able to handle state